home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / plsql.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  5.1 KB  |  171 lines

  1. object TPersHolder
  2.   P.Name = 'PL/SQL'
  3.   P.Extensions.Strings = (
  4.     'PL/SQL files (*.sql)|*.sql')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FIIntNum = 5
  11.       FIFloatNum = 6
  12.       FIHexNum = 7
  13.       FISymbol = 9
  14.       UseSymbols = True
  15.       UseComments = True
  16.       UseSingleLineComments = True
  17.       UseMultiLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedIdentifiers = True
  22.       UseKeywords = True
  23.       BlockDelimiters = <>
  24.       SingleLineCommentDelimiters = <
  25.         item
  26.           FontID = 1
  27.           LeftDelimiter = '--'
  28.         end>
  29.       MultiLineCommentDelimiters = <
  30.         item
  31.           FontID = 2
  32.           LeftDelimiter = '/*'
  33.           RightDelimiter = '*/'
  34.         end>
  35.       SingleLineStringDelimiters = <
  36.         item
  37.           FontID = 3
  38.           LeftDelimiter = #39
  39.           RightDelimiter = #39
  40.         end
  41.         item
  42.           FontID = 4
  43.           LeftDelimiter = '"'
  44.           RightDelimiter = '"'
  45.         end>
  46.       IdentPrefixes = <
  47.         item
  48.           LeftDelimiter = '%'
  49.         end>
  50.       KeywordSets = <
  51.         item
  52.           FontID = 8
  53.           Name = 'reserved'
  54.           Keywords = 
  55.             'ABORT,ACCEPT,ACCESS,ADD,ALL,ALTER,AND,ANY,ARRAY,ARRAYLEN,AS,ASC,' +
  56.             'ASSERT,ASSIGN,AT,AUTHORIZATION,AVG,BASE_TABLE,BEGIN,BETWEEN,BINA' +
  57.             'RY_INTEGER,BODY,BOOLEAN,BY,CASE,CHAR,CHAR_BASE,CHECK,CLOSE,CLUST' +
  58.             'ER,CLUSTERS,COLAUTH,COLUMNS,COMMIT,COMPRESS,CONNECT,CONSTANT,COU' +
  59.             'NT,CRASH,CREATE,CURRENT,CURRVAL,CURSOR,DATA_BASE,DATABASE,DATE,D' +
  60.             'BA,DEBUGOFF,DEBUGON,DECIMAL,DECLARE,DEFAULT,DEFINITION,DELAY,DEL' +
  61.             'ETE,DELTA,DESC,DIGITS,DISPOSE,DISTINCT,DO,DROP,ELSE,ELSIF,END,EN' +
  62.             'TRY,EXCEPTION,EXCEPTION_INIT,EXISTS,EXIT,FALSE,FETCH,FLOAT,FOR,F' +
  63.             'ORM,FROM,FUNCTION,GENERIC,GOTO,GRANT,GROUP,HAVING,IDENTIFIED,IF,' +
  64.             'IN,INDEX,INDEXES,INDICATOR,INSERT,INTEGER,INTERSECT,INTO,IS,LEVE' +
  65.             'L,LIKE,LIMITED,LOOP,MAX,MIN,MINUS,MLSLABEL,MOD,NATURAL,NEW,NEXTV' +
  66.             'AL,NOCOMPRESS,NOT,NULL,NUMBER,NUMBER_BASE,OF,ON,OPEN,OPTION,OR,O' +
  67.             'RDER,OTHERS,OUT,PACKAGE,PARTITION,PCTFREE,POSITIVE,PRAGMA,PRIOR,' +
  68.             'PRIVATE,PROCEDURE,PUBLIC,RAISE,RANGE,REAL,RECORD,RELEASE,REM,REN' +
  69.             'AME,RESOURCE,RETURN,REVERSE,REVOKE,ROLLBACK,ROWID,ROWLABEL,ROWNU' +
  70.             'M,ROWTYPE,RUN,SAVEPOINT,SCHEMA,SELECT,SEPARATE,SET,SIZE,SMALLINT' +
  71.             ',SPACE,SQL,SQLCODE,SQLERRM,START,STATEMENT,STDDEV,SUBTYPE,SUM,TA' +
  72.             'BAUTH,TABLE,TABLES,TASK,TERMINATE,THEN,TO,TRUE,TYPE,UNION,UNIQUE' +
  73.             ',UPDATE,USE,VALUES,VARCHAR,VARCHAR2,VARIANCE,VIEW,VIEWS,WHEN,WHE' +
  74.             'RE,WHILE,WITH,WORK,XOR'
  75.         end>
  76.       OtherIdentChars = '%0-9A-Z_a-z'
  77.     end>
  78.   P.FontTable = <
  79.     item
  80.       FontID = 0
  81.       GlobalAttrID = 'Whitespace'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlack
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = []
  87.     end
  88.     item
  89.       FontID = 1
  90.       GlobalAttrID = 'Comment'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clGray
  93.       Font.Height = -13
  94.       Font.Name = 'Courier New'
  95.       Font.Style = [fsItalic]
  96.     end
  97.     item
  98.       FontID = 2
  99.       GlobalAttrID = 'Comment'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clGray
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = [fsItalic]
  105.     end
  106.     item
  107.       FontID = 3
  108.       GlobalAttrID = 'String'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clMaroon
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = []
  114.     end
  115.     item
  116.       FontID = 4
  117.       GlobalAttrID = 'String'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clMaroon
  120.       Font.Height = -13
  121.       Font.Name = 'Courier New'
  122.       Font.Style = []
  123.     end
  124.     item
  125.       FontID = 5
  126.       GlobalAttrID = 'Integer'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clGreen
  129.       Font.Height = -13
  130.       Font.Name = 'Courier New'
  131.       Font.Style = []
  132.     end
  133.     item
  134.       FontID = 6
  135.       GlobalAttrID = 'Float'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clGreen
  138.       Font.Height = -13
  139.       Font.Name = 'Courier New'
  140.       Font.Style = []
  141.     end
  142.     item
  143.       FontID = 7
  144.       GlobalAttrID = 'Integer'
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clGreen
  147.       Font.Height = -13
  148.       Font.Name = 'Courier New'
  149.       Font.Style = []
  150.     end
  151.     item
  152.       FontID = 8
  153.       GlobalAttrID = 'Reserved words'
  154.       Font.Charset = DEFAULT_CHARSET
  155.       Font.Color = clBlue
  156.       Font.Height = -13
  157.       Font.Name = 'Courier New'
  158.       Font.Style = [fsBold]
  159.     end
  160.     item
  161.       FontID = 9
  162.       GlobalAttrID = 'Delimiters'
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clBlack
  165.       Font.Height = -13
  166.       Font.Name = 'Courier New'
  167.       Font.Style = []
  168.     end>
  169.   P.SyntaxVersion = 3
  170. end
  171.